Name | Description | |
---|---|---|
![]() | BaseCollection<T> Constructor | Initializes a new instance of the BaseCollection<T> class. |
The following tables list the members exposed by BaseCollection<T>.
Name | Description | |
---|---|---|
![]() | BaseCollection<T> Constructor | Initializes a new instance of the BaseCollection<T> class. |
Name | Description | |
---|---|---|
![]() | Comparer | (Inherited from System.Collections.ObjectModel.KeyedCollection<TKey,TItem>) |
![]() | Count | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![]() | Item | Overloaded. Gets the element with the specified key if any. |
![]() | SuppressedDataChanging | Gets or set the System.Boolean value specifying whether change events should not be fired. |
Name | Description | |
---|---|---|
![]() | Dictionary | (Inherited from System.Collections.ObjectModel.KeyedCollection<TKey,TItem>) |
![]() | Items | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
Name | Description | |
---|---|---|
![]() | Add | Adds a new custom object to the collection. If the item already exists in the collection, its index is returned. |
![]() | AddRange | Overloaded. Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items. |
![]() | Clear | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![]() | Contains | Overloaded. Check if collection contains an item with specified index. |
![]() | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![]() | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![]() | Insert | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
![]() | Remove | Overloaded. (Inherited from System.Collections.ObjectModel.KeyedCollection<TKey,TItem>) |
![]() | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
Name | Description | |
---|---|---|
![]() | ChangeItemKey | (Inherited from System.Collections.ObjectModel.KeyedCollection<TKey,TItem>) |
![]() | ClearItems | (Inherited from C1.C1Schedule.C1ObservableKeyedCollection<Guid,T>) |
![]() | GetKeyForItem | Overridden. Extracts the key from the specified element. |
![]() | InsertItem | Overridden. Overrides default behavior of collection at inserting new items. |
![]() | OnCollectionChanged | (Inherited from C1.C1Schedule.C1ObservableKeyedCollection<Guid,T>) |
![]() | RemoveItem | Overridden. Overrides base class implementation. |
![]() | SetItem | (Inherited from C1.C1Schedule.C1ObservableKeyedCollection<Guid,T>) |